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 156043 - [65cat] NullPointerException at org.netbeans.modules.bpel.design.PartnerlinksView.getContentSize
Summary: [65cat] NullPointerException at org.netbeans.modules.bpel.design.Partnerlinks...
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-24 14:15 UTC by mohhmekk
Modified: 2009-03-06 10:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 68373


Attachments
stacktrace (2.34 KB, text/plain)
2008-12-24 14:16 UTC, mohhmekk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mohhmekk 2008-12-24 14:16:00 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-9-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.design.PartnerlinksView.getContentSize(PartnerlinksView.java:77)
        at org.netbeans.modules.bpel.design.DiagramViewLayout.preferredLayoutSize(DiagramViewLayout.java:58)
        at java.awt.Container.preferredSize(Container.java:1581)
        at java.awt.Container.getPreferredSize(Container.java:1566)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1634)
        at javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout.java:78)
Comment 1 mohhmekk 2008-12-24 14:16:28 UTC
Created attachment 75298 [details]
stacktrace
Comment 2 Sergey Lunegov 2008-12-24 14:55:35 UTC
Please attach project and steps to reproduce the issue.