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 198718 - NullPointerException at org.netbeans.modules.subversion.ui.history.RevisionNode$RevisionPropertyEditor.paintValue
Summary: NullPointerException at org.netbeans.modules.subversion.ui.history.RevisionNo...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 08:11 UTC by karel_barel
Modified: 2011-05-20 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178928


Attachments
stacktrace (3.36 KB, text/plain)
2011-05-19 08:11 UTC, karel_barel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karel_barel 2011-05-19 08:11:37 UTC
Build: NetBeans IDE Dev (Build 201105180400)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
karel_barel: opened Subversion history window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.history.RevisionNode$RevisionPropertyEditor.paintValue(RevisionNode.java:278)
   at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.delegatedPaint(RendererFactory.java:914)
   at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.paint(RendererFactory.java:773)
   at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134)
   at javax.swing.SwingUtilities.paintComponent(SwingUtilities.java:1153)
   at org.openide.explorer.propertysheet.RendererPropertyDisplayer.paintComponent(RendererPropertyDisplayer.java:281)
Comment 1 karel_barel 2011-05-19 08:11:43 UTC
Created attachment 108382 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-05-19 09:00:44 UTC
I have no idea how to reproduce, i'll just enforce a non-null value
Comment 3 Ondrej Vrabec 2011-05-19 09:01:45 UTC
fix: http://hg.netbeans.org/core-main/rev/ea7f8d4b5dee
Comment 4 Ondrej Vrabec 2011-05-19 09:05:02 UTC
7.0.1 fix: http://hg.netbeans.org/releases/rev/804d9eb665df
Comment 5 Quality Engineering 2011-05-20 08:53:32 UTC
Integrated into 'main-golden', will be available in build *201105200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ea7f8d4b5dee
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198718 - NullPointerException at org.netbeans.modules.subversion.ui.history.RevisionNode$RevisionPropertyEditor.paintValue