This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125230 - Broken Help in whole IDE
Summary: Broken Help in whole IDE
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
: 125383 125501 125517 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-14 16:26 UTC by Jaromir Uhrik
Modified: 2008-12-22 10:38 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The screenshot shows how readable it is:-( (115.62 KB, image/png)
2008-01-14 16:28 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-01-14 16:26:38 UTC
Product Version: NetBeans IDE Dev (Build 200801140000)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.1 running on i386; MacRoman; en_US (nb)

In current trunk builds the Help in NetBeans is not rendered as HTML - there is html source visible instead. See
attached screenshot...
Comment 1 Jaromir Uhrik 2008-01-14 16:28:06 UTC
Created attachment 55040 [details]
The screenshot shows how readable it is:-(
Comment 2 mslama 2008-01-15 18:37:41 UTC
This was broken between 2008-01-09 12:00 UTC and 2008-01-10 00:00 UTC. I am investigating who is responsible for this.
There was no change in core/javahelp or usersguide in this time interval.
Comment 3 Tomas Danek 2008-01-16 14:25:53 UTC
*** Issue 125383 has been marked as a duplicate of this issue. ***
Comment 4 mslama 2008-01-16 15:31:48 UTC
It was caused by changes between 2008-01-09 12:30:00 UTC and 2008-01-09 12:35:00 UTC. Using cvs-exp (as FishEye is
unusable) I found that only change in trunk was pnejedly's commit:

(date: 2008/01/09 12:34:33;  author: pnejedly;  state: Exp;  lines: +5 -0)
  | /cvs/core/bootstrap/src/org/netbeans/MainImpl.java,v:1.10,
  | /cvs/core/bootstrap/manifest.mf,v:1.12,
  | /cvs/core/bootstrap/arch.xml,v:1.2,
  | /cvs/core/bootstrap/src/org/netbeans/Archive.java,v:1.2,
  | /cvs/core/bootstrap/src/org/netbeans/Stamps.java,v:1.2,
  | /cvs/core/bootstrap/test/unit/src/org/netbeans/StampsTest.java,v:1.2,
  | /cvs/core/bootstrap/src/org/netbeans/JarClassLoader.java,v:1.35,
  | /cvs/core/bootstrap/src/org/netbeans/ModuleManager.java,v:1.35,
  | /cvs/core/startup/src/org/netbeans/core/startup/Main.java,v:1.36
  `----------------------------------------

Integrate the modresource_cache branch - caching of startup-needed resources to speed up cold starts. See
http://wiki.netbeans.org/wiki/view/StartupCache (rev3).

So passing to him to fix this regression. It is quite big change and I have no idea what could cause this problem in
javahelp.
Comment 5 Petr Nejedly 2008-01-16 21:21:25 UTC
Fixed by adding missing getContentType implementation.

core/bootstrap/src/org/netbeans/JarClassLoader.java,v1.36
Comment 6 Jaromir Uhrik 2008-01-17 07:59:02 UTC
Verified in the following build/config:
Product Version: NetBeans IDE Dev (Build 200801170000)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.1 running on i386; MacRoman; en_US (nb)
Comment 7 mslama 2008-02-04 11:06:31 UTC
*** Issue 125517 has been marked as a duplicate of this issue. ***
Comment 8 mslama 2008-02-25 09:36:06 UTC
*** Issue 125501 has been marked as a duplicate of this issue. ***