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 26676 - No class has line number information for stacktrace
Summary: No class has line number information for stacktrace
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on: 29331
Blocks: 26691
  Show dependency tree
 
Reported: 2002-08-21 10:59 UTC by pzajac
Modified: 2003-02-04 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2002-08-21 10:59:05 UTC
200208210100, jdk 1.4.1rc-b18. 

Example of stacktrace :

java.io.IOException: Cannot parse configuration of
mode Form.
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.readProperties(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.updateProperties(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.updateAll(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.loadDataSection(Unknown
Source)
        at
org.netbeans.core.windows.ModeImpl.ensureSectionLoaded(Unknown
Source)
        at
org.netbeans.core.windows.ModeImpl.getDisplayNameXML(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$PropertyHandler.appendName(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$PropertyHandler.fillBuffer(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$PropertyHandler.writeData(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.save(Unknown
Source)
        at
org.netbeans.core.windows.layers.WorkspaceData$InstanceCookieImpl.save(Unknown
Source)
        at
org.netbeans.core.windows.layers.WindowManagerData$InstanceCookieImpl.save(Unknown
Source)
        at
org.netbeans.core.windows.PersistenceManager.writeXML(Unknown
Source)
        at
org.netbeans.modules.projects.PSupport.projectSave(Unknown
Source)
        at
org.netbeans.core.NbProjectOperation.storeLastProject(Unknown
Source)
        at
org.netbeans.core.NbTopManager.exit(Unknown Source)
        at
org.netbeans.core.actions.SystemExit.run(Unknown
Source)
        at org.openide.util.Task.run(Unknown Source)
Comment 1 pzajac 2002-08-21 10:59:53 UTC
changed correct version
Comment 2 Michal Zlamal 2002-08-21 14:13:23 UTC
I set option build.compiler.debug=on in build.properties 
file. So it should work now.
Comment 3 Jesse Glick 2002-08-21 16:53:48 UTC
As asked on nbdev, did you check the effect this might have on JAR
file size of the build?
Comment 4 pzajac 2002-10-11 13:43:06 UTC
verified