70_HR_FIX of issue #196537

Marek Fukala <[email protected]> Wed, 16 Mar 2011 14:39:45 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
  http://netbeans.org/bugzilla/show_bug.cgi?id=196537

Bug 196537 - NullPointerException at 
org.netbeans.modules.html.editor.HtmlPreferences.getMimetypesWithEnabledHtmlErrorCheckingAsCollection

Changeset of the fix: http://hg.netbeans.org/web-main/rev/b0aaac5df6bd

Description: The NPE happens if one opens the ide with no html-containing
opened files (html, jsp, php...) in the editor and does nothing else 
than opens
such file.

Justification: the fix is absolutely safe and it makes a bad impression 
to start NB open a file and got an exception in the very first place.

Risk: none

Verified by QE already.