DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16289>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16289 [PATCH] ProgramGeneratorImpl, missing null checks when releasing components Summary: [PATCH] ProgramGeneratorImpl, missing null checks when releasing components Product: Cocoon 2 Version: 2.0.4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] org.apache.cocoon.components.language.generator.ProgramGeneratorImpl is missing null checks at the end of method load(). .. finally { source.recycle(); this.markupSelector.release(markupLanguage); this.languageSelector.release(programmingLanguage); } .. not a real problem, but generates log messages ('Attempting to release null component'). fix: add null check --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]