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 213338 - NullPointerException at java.util.Arrays.fill
Summary: NullPointerException at java.util.Arrays.fill
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 19:28 UTC by kimultd
Modified: 2012-06-05 06:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187208


Attachments
stacktrace (3.08 KB, text/plain)
2012-05-31 19:28 UTC, kimultd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kimultd 2012-05-31 19:28:42 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-10M3635
OS: Mac OS X

User Comments:
GUEST: git pull

GUEST: git pull

GUEST: working with git

GUEST: trying to fetch with git

GUEST: attempting to pull

kimultd: Pushing commits from a new branch to a remote repository with GIT.

GUEST: pull from git

GUEST: Git pull request, asked to approve ssh credentials from the server and crashed after accepting




Stacktrace: 
java.lang.NullPointerException
   at java.util.Arrays.fill(Arrays.java:2512)
   at org.netbeans.modules.git.client.CredentialsCallback.askQuestion(CredentialsCallback.java:70)
   at org.netbeans.libs.git.jgit.JGitCredentialsProvider.get(JGitCredentialsProvider.java:118)
   at org.eclipse.jgit.transport.CredentialsProvider.get(CredentialsProvider.java:135)
   at org.eclipse.jgit.transport.CredentialsProviderUserInfo.promptKeyboardInteractive(CredentialsProviderUserInfo.java:142)
   at com.jcraft.jsch.UserAuthKeyboardInteractive.start(UserAuthKeyboardInteractive.java:135)
Comment 1 kimultd 2012-05-31 19:28:48 UTC
Created attachment 120155 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-06-01 08:29:21 UTC
fix: http://hg.netbeans.org/core-main/rev/fbff99f33efc
Comment 3 Quality Engineering 2012-06-05 06:04:01 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fbff99f33efc
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #213338 - NullPointerException at java.util.Arrays.fill