[Aceunit-devel] [ aceunit-Bugs-1864061 ] Java Generator does not recognize comments -> linker probl
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2008-01-06 16:57:31
|
Bugs item #1864061, was opened at 2008-01-04 18:04 Message generated for change (Comment added) made by christianhujer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1864061&group_id=207094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Java Generator Group: 0.4 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: Java Generator does not recognize comments -> linker problem Initial Comment: When a test function is commented out, the Java Generator will not notice. The test function will still be included in the generator and thus cause a linker problem. Expected Behaviour: When a test function is commented out, the Java Generator will ignore that test function because it is inside a comment. The tests will work and the function is just ignored. Actual Behaviour: The Java Generator seems to not know about comments. Therefore a function that is commented out will still be recognized by the Java Generator. The Java Generator behaves as if the function was not commented out. The tests will not link. The header file will contain a reference to that non-existing function. ---------------------------------------------------------------------- >Comment By: Christian Hujer (christianhujer) Date: 2008-01-06 17:56 Message: Logged In: YES user_id=465603 Originator: YES Fixed in r269. Will be included in 0.5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1864061&group_id=207094 |