Hi,
I just noticed the following javadoc build warning:
[javadoc]
[edited_10.8_build_loc]\java\drda\org\apache\derby\impl\drda\DRDAStatement.java:298:
warning - Tag @link: can't find from in
org.apache.derby.impl.drda.DRDAConnThread
[javadoc]
[edited_10.8_build_loc]\java\testing\org\apache\derbyTesting\functionTests\tests\store\ServicePropertiesFileTest.java:355:
warning - Tag @linkplain: reference not found: copyDb
[javadoc]
[edited_10.8_build_loc]\java\testing\org\apache\derbyTesting\functionTests\tests\store\ServicePropertiesFileTest.java:355:
warning - Tag @linkplain: reference not found: copyDb
[javadoc]
[edited_10.8_build_loc]\java\testing\org\apache\derbyTesting\functionTests\tests\store\ServicePropertiesFileTest.java:355:
warning - Tag @linkplain: reference not found: copyDb
in my nightly build of the 10.8 branch, and checking back on what records
I have, it seems this started occurring on July 17, which seems to have
been with the branch synched up to revision 1504343, with the following
changes:
------------------------------------------------------------------------
r1504205 | mamta | 2013-07-17 10:12:50 -0700 (Wed, 17 Jul 2013) | 8 lines
DERBY-5730 (DataDictionaryImpl leaks references to itself via SYSFUN_AD)
DERBY-5753: (Derby5730Test fails on Java 5)
Backporting to 10.8. Original fix contributed by Knut.
------------------------------------------------------------------------
r1504199 | kmarsden | 2013-07-17 09:52:35 -0700 (Wed, 17 Jul 2013) | 9 lines
DERBY-5283 Crash / process termination during
SYSCS_DISABLE_LOG_ARCHIVE_MODE can leave service.properties broken
Merge from trunk also includes the fix for DERBY-5816 which was a test
failure caused by the original change. The message files had to be manually
merged.
revisions merged were:
DERBY-5283 1188109 1188828"
Mamta or Kathey, can you see if your backports may be related to the
javadoc warning?
Myrna