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 152965 - Startup regression: HtmlCaretAwareSourceTask$HtmlCaretAwareSourceTaskFactory
Summary: Startup regression: HtmlCaretAwareSourceTask$HtmlCaretAwareSourceTaskFactory
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL: http://wiki.netbeans.org/FitnessViaWh...
Keywords: PERFORMANCE, REGRESSION, TEST
Depends on:
Blocks: 148235
  Show dependency tree
 
Reported: 2008-11-11 15:46 UTC by Alexander Kouznetsov
Modified: 2009-04-21 16:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace (2.48 KB, text/plain)
2008-11-11 15:46 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2008-11-11 15:46:23 UTC
Performance test reports there is a NetBeans startup regression which is caused by the loading of the following class:

org.netbeans.modules.html.editor.HtmlCaretAwareSourceTask$HtmlCaretAwareSourceTaskFactory

Please don't load this class during NetBeans startup.

Comment from jtulach: "the stacktrace shows it is loaded from GSF".

Regression occurred between 10/11/2008 and 10/21/2008.
Comment 1 Alexander Kouznetsov 2008-11-11 15:46:39 UTC
Created attachment 73634 [details]
Stacktrace
Comment 2 Marek Fukala 2008-12-09 11:11:29 UTC
The resolution is the same as for issue 148235 (Startup regression: CssModelUpdateTask$CssModelUpdateTaskFactory). Both
service classes are removed already in jet-parsing-api repository after migration to parsing api. I'll close this issue
once the repo is merged to trunk.
Comment 3 David Strupl 2009-01-14 14:37:01 UTC
Moving from ruby/GSF to editor/CSL. Step one: assign to myself ;-)
Comment 4 David Strupl 2009-01-14 14:46:26 UTC
Step 2: trying to make the owner not myself but the owner of the subcomponent.
Comment 5 Vitezslav Stejskal 2009-04-21 16:47:53 UTC
The class is no longer loaded after migrating language plugins to csl.api.