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 197715 - NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnection.rememberPassword
Summary: NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnection.r...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 198163 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-13 17:30 UTC by misterm
Modified: 2011-05-03 05:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178335


Attachments
stacktrace (584 bytes, text/plain)
2011-04-13 17:30 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2011-04-13 17:30:48 UTC
Build: NetBeans Platform Dev (Build 20110412-730d373146ca)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
misterm: Just choosing a connection in the combobox




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.DatabaseConnection.rememberPassword(DatabaseConnection.java:723)
   at org.netbeans.modules.db.explorer.node.ConnectionNode.updateLocalProperties(ConnectionNode.java:169)
   at org.netbeans.modules.db.explorer.node.ConnectionNode.access$200(ConnectionNode.java:74)
   at org.netbeans.modules.db.explorer.node.ConnectionNode$2.run(ConnectionNode.java:316)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 misterm 2011-04-13 17:30:52 UTC
Created attachment 107730 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-04-14 06:59:23 UTC
Thanks for catching it, is caused by a recent integration in daily builds (not a part of NB7.0!).
Comment 3 Jiri Rechtacek 2011-04-29 12:14:08 UTC
*** Bug 198163 has been marked as a duplicate of this bug. ***
Comment 4 Exceptions Reporter 2011-05-02 10:15:29 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=178335
Comment 5 Jiri Rechtacek 2011-05-02 14:07:52 UTC
Fixed in core-main/rev/a3bfcfb9ecb0, this bug is not part of NB7.0, caused by previous integration after NB7.0.
Comment 6 Quality Engineering 2011-05-03 05:25:11 UTC
Integrated into 'main-golden', will be available in build *201105030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a3bfcfb9ecb0
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #197715: NPE at org.netbeans.modules.db.explorer.DatabaseConnection.rememberPassword