HI Kristian,

I just tried a simple perl command which removes the @author lines from the *.java files in derby source trunk (Well I tried in on Solaris 11)
Following is the command :
[EMAIL PROTECTED]/WS/trunk$ perl -pi -e 's/[EMAIL PROTECTED]/\n/' `find . -name *.java`

I ran this on my sand box and generated a stat file (also an diff file). If community agrees on removing the @author tag I will submit the patch too, but for a refrence I had attached stat file with this mail.
Comments / Suggestions ?

Saurabh

Kristian Waagan wrote:
Hello,

I believe the Derby community has expressed that @author tags are not to be used in the Derby source code (see http://www.nabble.com/-VOTE---Approve-coding-conventions-for-the-Derby-project-tf2093528.html#a5771954 and http://wiki.apache.org/db-derby/VoteResults ) For me, I think the main point in not using it, is to avoid "claiming ownership" for pieces of code, since Derby is developed as an open-source project.

The existing author tags are severely outdated and inaccurate due to multiple changes after the tags were added (and not updated).

Some of the tags refer to people whose names I have never seen on the Derby developer list.

I think the primary mechanism to get hold of people having written a specific piece of code, if that need arises, is the Derby developer list. If this fails, a more directed communication attempt might be possible by digging into the Subversion history.


I had a quick look at the current status:
527 files (79 of these in derbyTesting) have an @author tag.
There are around 29 distinct "authors", some of these are not active in the community any more (or never were, as far as I can tell).



Is a single Jira and a single patch for removing these going to far?
In my opinion, these tags provide no valuable information to the community. I can craft the patch, unless someone else want to practice scripting and making/verifying a patch ;)




M      java/build/org/apache/derbyBuild/eclipse/DerbyEclipsePlugin.java
M      java/tools/org/apache/derby/tools/JDBCDisplayUtil.java
M      java/tools/org/apache/derby/impl/tools/ij/ConnectionEnv.java
M      java/tools/org/apache/derby/impl/tools/ij/ijMultiResult.java
M      java/tools/org/apache/derby/impl/tools/ij/util.java
M      java/tools/org/apache/derby/impl/tools/ij/ijExceptionResult.java
M      java/tools/org/apache/derby/impl/tools/ij/ijConnectionResult.java
M      java/tools/org/apache/derby/impl/tools/ij/ijException.java
M      java/tools/org/apache/derby/impl/tools/ij/ijResultImpl.java
M      java/tools/org/apache/derby/impl/tools/ij/Session.java
M      java/tools/org/apache/derby/impl/tools/ij/utilMain14.java
M      java/tools/org/apache/derby/impl/tools/ij/ijRowResult.java
M      java/tools/org/apache/derby/impl/tools/ij/ijResult.java
M      java/tools/org/apache/derby/impl/tools/ij/utilMain.java
M      java/tools/org/apache/derby/impl/tools/ij/ijVectorResult.java
M      java/tools/org/apache/derby/impl/tools/ij/Main.java
M      java/tools/org/apache/derby/impl/tools/ij/ijStatementResult.java
M      java/tools/org/apache/derby/impl/tools/ij/ijWarningResult.java
M      java/tools/org/apache/derby/impl/tools/ij/StatementFinder.java
M      java/storeless/org/apache/derby/impl/storeless/EmptyDictionary.java
M      java/demo/simple/SimpleApp.java
M      
java/demo/scores/java/server/org/apache/derbyDemo/scores/proc/Functions.java
M      
java/demo/scores/java/server/org/apache/derbyDemo/scores/proc/Procedures.java
M      java/demo/scores/java/common/org/apache/derbyDemo/scores/util/Logger.java
M      java/demo/scores/java/common/org/apache/derbyDemo/scores/util/Utils.java
M      java/demo/scores/java/client/org/apache/derbyDemo/scores/app/Scores.java
M      
java/demo/scores/java/client/org/apache/derbyDemo/scores/data/Database.java
M      java/demo/scores/java/client/org/apache/derbyDemo/scores/data/Data.java
M      java/engine/org/apache/derby/impl/load/ColumnInfo.java
M      java/engine/org/apache/derby/impl/load/LoadError.java
M      java/engine/org/apache/derby/impl/sql/CursorTableReference.java
M      java/engine/org/apache/derby/impl/sql/compile/NodeFactoryImpl.java
M      java/engine/org/apache/derby/impl/sql/compile/CastNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ResultSetNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DropViewNode.java
M      java/engine/org/apache/derby/impl/sql/compile/NotNode.java
M      java/engine/org/apache/derby/impl/sql/compile/TernaryOperatorNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/MaxMinAggregateDefinition.java
M      java/engine/org/apache/derby/impl/sql/compile/FromTable.java
M      java/engine/org/apache/derby/impl/sql/compile/OrderByNode.java
M      java/engine/org/apache/derby/impl/sql/compile/SetSchemaNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/HasVariantValueNodeVisitor.java
M      java/engine/org/apache/derby/impl/sql/compile/InListOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DropAliasNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ParameterNode.java
M      java/engine/org/apache/derby/impl/sql/compile/LikeEscapeOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/TableName.java
M      java/engine/org/apache/derby/impl/sql/compile/ActivationClassBuilder.java
M      java/engine/org/apache/derby/impl/sql/compile/DDLStatementNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/VerifyAggregateExpressionsVisitor.java
M      java/engine/org/apache/derby/impl/sql/compile/NumericTypeCompiler.java
M      java/engine/org/apache/derby/impl/sql/compile/Predicate.java
M      java/engine/org/apache/derby/impl/sql/compile/FromSubquery.java
M      java/engine/org/apache/derby/impl/sql/compile/CallStatementNode.java
M      java/engine/org/apache/derby/impl/sql/compile/BinaryOperatorNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/ReplaceAggregatesWithCRVisitor.java
M      
java/engine/org/apache/derby/impl/sql/compile/SingleChildResultSetNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/StaticClassFieldReferenceNode.java
M      java/engine/org/apache/derby/impl/sql/compile/RefTypeCompiler.java
M      
java/engine/org/apache/derby/impl/sql/compile/BinaryArithmeticOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/NormalizeResultSetNode.java
M      java/engine/org/apache/derby/impl/sql/compile/MethodCallNode.java
M      java/engine/org/apache/derby/impl/sql/compile/AllResultColumn.java
M      java/engine/org/apache/derby/impl/sql/compile/AlterTableNode.java
M      java/engine/org/apache/derby/impl/sql/compile/SelectNode.java
M      java/engine/org/apache/derby/impl/sql/compile/SubqueryNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DistinctNode.java
M      java/engine/org/apache/derby/impl/sql/compile/QueryTreeNode.java
M      java/engine/org/apache/derby/impl/sql/compile/AggregateNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ProjectRestrictNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ResultColumn.java
M      java/engine/org/apache/derby/impl/sql/compile/GroupByNode.java
M      java/engine/org/apache/derby/impl/sql/compile/CreateTriggerNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/BinaryComparisonOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/TableElementNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/HasCorrelatedCRsVisitor.java
M      java/engine/org/apache/derby/impl/sql/compile/DeleteNode.java
M      java/engine/org/apache/derby/impl/sql/compile/VirtualColumnNode.java
M      java/engine/org/apache/derby/impl/sql/compile/C_NodeNames.java
M      java/engine/org/apache/derby/impl/sql/compile/ColumnDefinitionNode.java
M      java/engine/org/apache/derby/impl/sql/compile/BooleanTypeCompiler.java
M      java/engine/org/apache/derby/impl/sql/compile/ExecSPSNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/TransactionStatementNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/SumAvgAggregateDefinition.java
M      java/engine/org/apache/derby/impl/sql/compile/CursorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/NewInvocationNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/SetTransactionIsolationNode.java
M      java/engine/org/apache/derby/impl/sql/compile/CreateSchemaNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/UnaryArithmeticOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/OrderedColumnList.java
M      java/engine/org/apache/derby/impl/sql/compile/CollectNodesVisitor.java
M      java/engine/org/apache/derby/impl/sql/compile/UnionNode.java
M      java/engine/org/apache/derby/impl/sql/compile/UserTypeConstantNode.java
M      java/engine/org/apache/derby/impl/sql/compile/GroupByColumn.java
M      
java/engine/org/apache/derby/impl/sql/compile/GetCurrentConnectionNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ConditionalNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/SubstituteExpressionVisitor.java
M      
java/engine/org/apache/derby/impl/sql/compile/UnaryComparisonOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/CLOBTypeCompiler.java
M      java/engine/org/apache/derby/impl/sql/compile/CreateTableNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/CurrentDatetimeOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/UpdateNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/MiscellaneousStatementNode.java
M      java/engine/org/apache/derby/impl/sql/compile/FromList.java
M      java/engine/org/apache/derby/impl/sql/compile/CreateIndexNode.java
M      java/engine/org/apache/derby/impl/sql/compile/OrderByList.java
M      
java/engine/org/apache/derby/impl/sql/compile/SimpleStringOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/JoinNode.java
M      java/engine/org/apache/derby/impl/sql/compile/LockTableNode.java
M      java/engine/org/apache/derby/impl/sql/compile/BaseTypeCompiler.java
M      java/engine/org/apache/derby/impl/sql/compile/DMLStatementNode.java
M      java/engine/org/apache/derby/impl/sql/compile/RenameNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/BinaryRelationalOperatorNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/FKConstraintDefinitionNode.java
M      java/engine/org/apache/derby/impl/sql/compile/FromVTI.java
M      
java/engine/org/apache/derby/impl/sql/compile/MaterializeResultSetNode.java
M      java/engine/org/apache/derby/impl/sql/compile/RowResultSetNode.java
M      java/engine/org/apache/derby/impl/sql/compile/TestConstraintNode.java
M      java/engine/org/apache/derby/impl/sql/compile/HasNodeVisitor.java
M      java/engine/org/apache/derby/impl/sql/compile/OrderedColumn.java
M      
java/engine/org/apache/derby/impl/sql/compile/ConstraintDefinitionNode.java
M      java/engine/org/apache/derby/impl/sql/compile/FromBaseTable.java
M      java/engine/org/apache/derby/impl/sql/compile/DMLModStatementNode.java
M      java/engine/org/apache/derby/impl/sql/compile/LOBTypeCompiler.java
M      java/engine/org/apache/derby/impl/sql/compile/SubqueryList.java
M      java/engine/org/apache/derby/impl/sql/compile/IsNullNode.java
M      java/engine/org/apache/derby/impl/sql/compile/CurrentOfNode.java
M      java/engine/org/apache/derby/impl/sql/compile/SetOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ValueNodeList.java
M      
java/engine/org/apache/derby/impl/sql/compile/TriggerReferencingStruct.java
M      java/engine/org/apache/derby/impl/sql/compile/GroupByList.java
M      java/engine/org/apache/derby/impl/sql/compile/CreateAliasNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DB2LengthOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ExpressionClassBuilder.java
M      java/engine/org/apache/derby/impl/sql/compile/TableElementList.java
M      java/engine/org/apache/derby/impl/sql/compile/BaseColumnNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/ScrollInsensitiveResultSetNode.java
M      java/engine/org/apache/derby/impl/sql/compile/HashTableNode.java
M      java/engine/org/apache/derby/impl/sql/compile/LengthOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/CreateViewNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/ConcatenationOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/CharTypeCompiler.java
M      java/engine/org/apache/derby/impl/sql/compile/StatementNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ModifyColumnNode.java
M      java/engine/org/apache/derby/impl/sql/compile/BetweenOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/QueryTreeNodeVector.java
M      java/engine/org/apache/derby/impl/sql/compile/IntersectOrExceptNode.java
M      java/engine/org/apache/derby/impl/sql/compile/UnaryOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DropTableNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DropSchemaNode.java
M      java/engine/org/apache/derby/impl/sql/compile/PredicateList.java
M      java/engine/org/apache/derby/impl/sql/compile/DropTriggerNode.java
M      java/engine/org/apache/derby/impl/sql/compile/BinaryListOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/DropIndexNode.java
M      
java/engine/org/apache/derby/impl/sql/compile/CountAggregateDefinition.java
M      java/engine/org/apache/derby/impl/sql/compile/TableOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/BitTypeCompiler.java
M      
java/engine/org/apache/derby/impl/sql/compile/MaterializeSubqueryNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ColumnReference.java
M      
java/engine/org/apache/derby/impl/sql/compile/ReferencedTablesVisitor.java
M      java/engine/org/apache/derby/impl/sql/compile/HalfOuterJoinNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ValueNode.java
M      java/engine/org/apache/derby/impl/sql/compile/OrderByColumn.java
M      java/engine/org/apache/derby/impl/sql/compile/StaticMethodCallNode.java
M      java/engine/org/apache/derby/impl/sql/compile/ExtractOperatorNode.java
M      java/engine/org/apache/derby/impl/sql/compile/RemapCRsVisitor.java
M      java/engine/org/apache/derby/impl/sql/GenericLanguageFactory.java
M      
java/engine/org/apache/derby/impl/sql/conn/GenericLanguageConnectionContext.java
M      java/engine/org/apache/derby/impl/sql/conn/GenericStatementContext.java
M      
java/engine/org/apache/derby/impl/sql/conn/GenericLanguageConnectionFactory.java
M      java/engine/org/apache/derby/impl/sql/conn/CachedStatement.java
M      java/engine/org/apache/derby/impl/sql/GenericParameter.java
M      java/engine/org/apache/derby/impl/sql/GenericResultDescription.java
M      
java/engine/org/apache/derby/impl/sql/GenericStorablePreparedStatement.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateTriggerConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/WriteCursorConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/ProjectRestrictResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/SumAggregator.java
M      java/engine/org/apache/derby/impl/sql/execute/GenericQualifier.java
M      java/engine/org/apache/derby/impl/sql/execute/LastIndexKeyResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/GenericAggregator.java
M      
java/engine/org/apache/derby/impl/sql/execute/GenericResultSetFactory.java
M      java/engine/org/apache/derby/impl/sql/execute/CurrentOfResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/TemporaryRowHolderResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/SetSchemaConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/SystemAggregator.java
M      
java/engine/org/apache/derby/impl/sql/execute/SetTransactionIsolationConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/CountAggregator.java
M      java/engine/org/apache/derby/impl/sql/execute/MaxMinAggregator.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropSchemaConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/DistinctScanResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/HashScanResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/ValueRow.java
M      
java/engine/org/apache/derby/impl/sql/execute/GenericExecutionContext.java
M      java/engine/org/apache/derby/impl/sql/execute/TriggerEvent.java
M      java/engine/org/apache/derby/impl/sql/execute/ColumnInfo.java
M      java/engine/org/apache/derby/impl/sql/execute/CallStatementResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/AutoincrementCounter.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateConstraintConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateTableConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/TriggerEvents.java
M      
java/engine/org/apache/derby/impl/sql/execute/UpdatableVTIConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/AggregatorInfo.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateIndexConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateViewConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/TableScanResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/SetTransactionResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/RenameConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/TriggerInfo.java
M      java/engine/org/apache/derby/impl/sql/execute/RowResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealDeleteCascadeResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealRowResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealBasicNoPutResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealMaterializedResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopLeftOuterJoinStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealDistinctScanStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/ResultSetStatistics.java
M      java/engine/org/apache/derby/impl/sql/execute/rts/RealSortStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealHashScanStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealHashLeftOuterJoinStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealDeleteVTIResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RunTimeStatisticsImpl.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealAnyResultSetStatistics.java
M      java/engine/org/apache/derby/impl/sql/execute/rts/RealVTIStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealHashJoinStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealUnionResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealSetOpResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealCurrentOfStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealLastIndexKeyScanStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealJoinResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealNormalizeResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealScalarAggregateStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealInsertResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealNoPutResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealIndexRowToBaseRowStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealProjectRestrictStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealScrollInsensitiveResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealHashTableStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealTableScanStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopJoinStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealUpdateResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealOnceResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealNoRowsResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealInsertVTIResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealGroupedAggregateStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealDeleteResultSetStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/rts/RealDistinctScalarAggregateStatistics.java
M      
java/engine/org/apache/derby/impl/sql/execute/DistinctScalarAggregateResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateSchemaConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/CurrentDatetime.java
M      
java/engine/org/apache/derby/impl/sql/execute/RealResultSetStatisticsFactory.java
M      java/engine/org/apache/derby/impl/sql/execute/UnionResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/AggregateSortObserver.java
M      java/engine/org/apache/derby/impl/sql/execute/IndexConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropConstraintConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/ScalarAggregateResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropStatisticsConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/IndexValueRow.java
M      java/engine/org/apache/derby/impl/sql/execute/OnceResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/IndexRow.java
M      java/engine/org/apache/derby/impl/sql/execute/SortResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/LockTableConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/BulkTableScanResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropAliasConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/GroupedAggregateResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/SetConstraintsConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/CursorActivation.java
M      
java/engine/org/apache/derby/impl/sql/execute/IndexRowToBaseRowResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/HashTableResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/InsertConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/FKInfo.java
M      java/engine/org/apache/derby/impl/sql/execute/NoRowsResultSetImpl.java
M      
java/engine/org/apache/derby/impl/sql/execute/GenericExecutionFactory.java
M      
java/engine/org/apache/derby/impl/sql/execute/DistinctGroupedAggregateResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/TemporaryRowHolderImpl.java
M      java/engine/org/apache/derby/impl/sql/execute/UpdateResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/ConstraintInfo.java
M      java/engine/org/apache/derby/impl/sql/execute/MiscResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/DropViewConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/DeleteConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/GenericScanQualifier.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropTableConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/ConstraintConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropTriggerConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/BasicSortObserver.java
M      java/engine/org/apache/derby/impl/sql/execute/OrderableAggregator.java
M      java/engine/org/apache/derby/impl/sql/execute/AnyResultSet.java
M      
java/engine/org/apache/derby/impl/sql/execute/DropIndexConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/JoinResultSet.java
M      java/engine/org/apache/derby/impl/sql/execute/DDLConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/GenericConstantActionFactory.java
M      
java/engine/org/apache/derby/impl/sql/execute/UniqueIndexSortObserver.java
M      java/engine/org/apache/derby/impl/sql/execute/IndexColumnOrder.java
M      
java/engine/org/apache/derby/impl/sql/execute/DDLSingleTableConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/CreateAliasConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java
M      java/engine/org/apache/derby/impl/sql/execute/AggregatorInfoList.java
M      java/engine/org/apache/derby/impl/sql/execute/UpdateConstantAction.java
M      
java/engine/org/apache/derby/impl/sql/execute/GenericAggregateResultSet.java
M      java/engine/org/apache/derby/impl/sql/GenericPreparedStatement.java
M      java/engine/org/apache/derby/impl/sql/GenericParameterValueSet.java
M      java/engine/org/apache/derby/impl/sql/GenericColumnDescriptor.java
M      java/engine/org/apache/derby/impl/sql/CursorInfo.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSCOLUMNSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSALIASESRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/TableKey.java
M      
java/engine/org/apache/derby/impl/sql/catalog/DDColumnDependableFinder.java
M      java/engine/org/apache/derby/impl/sql/catalog/TabInfoImpl.java
M      java/engine/org/apache/derby/impl/sql/catalog/IndexInfoImpl.java
M      
java/engine/org/apache/derby/impl/sql/catalog/SYSSTATISTICSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/DropDependencyFilter.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSVIEWSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSCHECKSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSFILESRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSTABLESRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSKEYSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSDEPENDSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSSCHEMASRowFactory.java
M      
java/engine/org/apache/derby/impl/sql/catalog/SYSFOREIGNKEYSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/SYSTRIGGERSRowFactory.java
M      
java/engine/org/apache/derby/impl/sql/catalog/SYSSTATEMENTSRowFactory.java
M      
java/engine/org/apache/derby/impl/sql/catalog/SYSCONGLOMERATESRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/DDdependableFinder.java
M      java/engine/org/apache/derby/impl/sql/catalog/SystemColumnImpl.java
M      
java/engine/org/apache/derby/impl/sql/catalog/SYSCONSTRAINTSRowFactory.java
M      java/engine/org/apache/derby/impl/sql/catalog/DD_Version.java
M      java/engine/org/apache/derby/impl/sql/GenericActivationHolder.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedConnectionContext.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedSQLWarning.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedCallableStatement20.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedPreparedStatement20.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedResultSet.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedResultSetMetaData.java
M      
java/engine/org/apache/derby/impl/jdbc/authentication/NoneAuthenticationServiceImpl.java
M      
java/engine/org/apache/derby/impl/jdbc/authentication/BasicAuthenticationServiceImpl.java
M      
java/engine/org/apache/derby/impl/jdbc/authentication/JNDIAuthenticationService.java
M      
java/engine/org/apache/derby/impl/jdbc/authentication/SpecificAuthenticationServiceImpl.java
M      
java/engine/org/apache/derby/impl/jdbc/authentication/AuthenticationServiceBase.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedDatabaseMetaData.java
M      java/engine/org/apache/derby/impl/jdbc/Util.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedCallableStatement.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedResultSet20.java
M      java/engine/org/apache/derby/impl/services/locks/Timeout.java
M      java/engine/org/apache/derby/impl/services/stream/SingleStream.java
M      java/engine/org/apache/derby/impl/services/bytecode/d_BCValidate.java
M      java/engine/org/apache/derby/impl/services/bytecode/BCJava.java
M      java/engine/org/apache/derby/impl/services/bytecode/GClass.java
M      java/engine/org/apache/derby/impl/db/BasicDatabase.java
M      java/engine/org/apache/derby/impl/store/raw/log/ChecksumOperation.java
M      java/engine/org/apache/derby/impl/store/raw/data/EncryptData.java
M      
java/engine/org/apache/derby/impl/store/raw/data/EncryptContainerOperation.java
M      java/engine/org/apache/derby/iapi/sql/Activation.java
M      java/engine/org/apache/derby/iapi/sql/StatementUtil.java
M      java/engine/org/apache/derby/iapi/sql/Statement.java
M      java/engine/org/apache/derby/iapi/sql/StatementType.java
M      java/engine/org/apache/derby/iapi/sql/Row.java
M      java/engine/org/apache/derby/iapi/sql/compile/Visitor.java
M      java/engine/org/apache/derby/iapi/sql/compile/CostEstimate.java
M      java/engine/org/apache/derby/iapi/sql/compile/TypeCompilerFactory.java
M      java/engine/org/apache/derby/iapi/sql/compile/NodeFactory.java
M      java/engine/org/apache/derby/iapi/sql/compile/CompilerContext.java
M      java/engine/org/apache/derby/iapi/sql/compile/Visitable.java
M      java/engine/org/apache/derby/iapi/sql/compile/Parser.java
M      java/engine/org/apache/derby/iapi/sql/LanguageFactory.java
M      java/engine/org/apache/derby/iapi/sql/conn/LanguageConnectionFactory.java
M      java/engine/org/apache/derby/iapi/sql/execute/CursorActivation.java
M      java/engine/org/apache/derby/iapi/sql/execute/TupleFilter.java
M      java/engine/org/apache/derby/iapi/sql/execute/TargetResultSet.java
M      java/engine/org/apache/derby/iapi/sql/execute/ExecIndexRow.java
M      java/engine/org/apache/derby/iapi/sql/execute/ExecutionContext.java
M      java/engine/org/apache/derby/iapi/sql/execute/TemporaryRowHolder.java
M      
java/engine/org/apache/derby/iapi/sql/execute/ExecCursorTableReference.java
M      java/engine/org/apache/derby/iapi/sql/execute/ExecRow.java
M      java/engine/org/apache/derby/iapi/sql/execute/NoPutResultSet.java
M      java/engine/org/apache/derby/iapi/sql/execute/ExecutionStmtValidator.java
M      java/engine/org/apache/derby/iapi/sql/execute/ResultSetFactory.java
M      java/engine/org/apache/derby/iapi/sql/execute/ConstantAction.java
M      java/engine/org/apache/derby/iapi/sql/execute/CursorResultSet.java
M      java/engine/org/apache/derby/iapi/sql/execute/ExecutionFactory.java
M      java/engine/org/apache/derby/iapi/sql/execute/ExecPreparedStatement.java
M      
java/engine/org/apache/derby/iapi/sql/execute/ResultSetStatisticsFactory.java
M      java/engine/org/apache/derby/iapi/sql/ResultDescription.java
M      java/engine/org/apache/derby/iapi/sql/StorablePreparedStatement.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/SchemaDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/SystemColumn.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/SPSDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/SubKeyConstraintDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/DDUtils.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/ConsInfo.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/ReferencedKeyConstraintDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/UniqueTupleDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/CheckConstraintDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/ConstraintDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/TableDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/AliasDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/CatalogRowFactory.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/SubCheckConstraintDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/SubConstraintDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/TriggerDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/ForeignKeyConstraintDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/ViewDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/UniqueSQLObjectDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/ConglomerateDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/DataDescriptorGenerator.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/DefaultDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java
M      
java/engine/org/apache/derby/iapi/sql/dictionary/KeyConstraintDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/dictionary/ColumnDescriptor.java
M      java/engine/org/apache/derby/iapi/sql/PreparedStatement.java
M      java/engine/org/apache/derby/iapi/sql/ParameterValueSet.java
M      java/engine/org/apache/derby/iapi/sql/ResultSet.java
M      java/engine/org/apache/derby/iapi/sql/ResultColumnDescriptor.java
M      java/engine/org/apache/derby/iapi/jdbc/ConnectionContext.java
M      java/engine/org/apache/derby/iapi/services/i18n/MessageService.java
M      java/engine/org/apache/derby/iapi/services/stream/InfoStreams.java
M      java/engine/org/apache/derby/iapi/services/cache/SizedCacheable.java
M      java/engine/org/apache/derby/iapi/services/io/ArrayUtil.java
M      java/engine/org/apache/derby/iapi/services/io/FormatableBitSet.java
M      java/engine/org/apache/derby/iapi/services/compiler/JavaFactory.java
M      java/engine/org/apache/derby/iapi/services/compiler/ClassBuilder.java
M      java/engine/org/apache/derby/iapi/types/SQLReal.java
M      java/engine/org/apache/derby/iapi/types/DataTypeUtilities.java
M      java/engine/org/apache/derby/iapi/types/JSQLType.java
M      java/engine/org/apache/derby/iapi/types/SQLDecimal.java
M      java/engine/org/apache/derby/iapi/types/Like.java
M      java/engine/org/apache/derby/iapi/types/TypeId.java
M      java/engine/org/apache/derby/iapi/types/DataValueDescriptor.java
M      java/engine/org/apache/derby/iapi/types/VariableSizeDataValue.java
M      java/engine/org/apache/derby/iapi/types/DataTypeDescriptor.java
M      java/engine/org/apache/derby/iapi/types/ConcatableDataValue.java
M      java/engine/org/apache/derby/iapi/types/NumberDataType.java
M      java/engine/org/apache/derby/iapi/types/SQLDouble.java
M      java/engine/org/apache/derby/iapi/db/Database.java
M      java/engine/org/apache/derby/iapi/store/access/DiskHashtable.java
M      java/engine/org/apache/derby/iapi/util/JBitSet.java
M      java/engine/org/apache/derby/iapi/reference/DRDAConstants.java
M      java/engine/org/apache/derby/jdbc/InternalDriver.java
M      java/engine/org/apache/derby/jdbc/Driver169.java
M      java/engine/org/apache/derby/catalog/TriggerNewTransitionRows.java
M      java/engine/org/apache/derby/catalog/TriggerOldTransitionRows.java
M      java/drda/org/apache/derby/impl/drda/EXTDTAInputStream.java
M      java/drda/org/apache/derby/impl/drda/XADatabase.java
M      java/drda/org/apache/derby/impl/drda/DRDAProtocolException.java
M      java/drda/org/apache/derby/impl/drda/DRDAConnThread.java
M      java/drda/org/apache/derby/impl/drda/DRDAXAProtocol.java
M      java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java
M      
java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java
M      java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams30.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/scrollCursors2.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/ConcurrentImplicitCreateSchema.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/CastingTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/ShutdownDatabase.java
M      java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java
M      java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/demo/RunClassPathTester.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AutoloadBooting.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackup.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/checkPoint.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/LogDeviceTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery1.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/BackupPathTests.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/ReEncryptCrashRecovery.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/backupRestore1.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock1.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumSetup.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/streamingColumn.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumber.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest3.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDiskHashtable.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackup.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/TurnsReadOnly.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumberRecovery.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackupSetup.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBDataModelSetup.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/URCoveringIndexTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/connectionJdbc20.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/nullSQLText.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURBaseTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30_JSR169.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURQueryMixTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ConcurrencyTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDataSource30.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/maxfieldsize.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LOBTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/prepStmtMetaData.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURDataModelSetup.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/autoGeneratedJdbc30.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilitySuite.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/Pinger.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/JDBCDriverTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java
M      
java/testing/org/apache/derbyTesting/functionTests/harness/j9_foundation.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/ibm15.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/j9_22.java
M      
java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java
M      
java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java
M      java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java
M      
java/testing/org/apache/derbyTesting/functionTests/util/BigDecimalHandler.java
M      
java/testing/org/apache/derbyTesting/functionTests/util/DerbyJUnitTest.java
M      java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java
M      
java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptRandomAccessFile.java
M      
java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptibleIo.java
M      
java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptDiskStorageFactory.java
M      java/testing/org/apache/derbyTesting/junit/BigDecimalHandler.java
X      tools/testing/derby

Performing status on external item at 'tools/testing/derby/10.1'

Reply via email to