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 270990 - IllegalArgumentException: Repository provider cannot be null
Summary: IllegalArgumentException: Repository provider cannot be null
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-28 16:04 UTC by javydreamercsw
Modified: 2017-06-28 16:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229563


Attachments
stacktrace (1.34 KB, text/plain)
2017-06-28 16:04 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-06-28 16:04:48 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
javydreamercsw: Trying to add task from GitHub.




Stacktrace: 
java.lang.IllegalArgumentException: Repository provider cannot be null
   at org.eclipse.egit.github.core.service.GitHubService.getId(GitHubService.java:189)
   at org.eclipse.egit.github.core.service.IssueService.getIssue(IssueService.java:317)
   at com.junichi11.netbeans.modules.github.issues.repository.GitHubRepository.getIssue(GitHubRepository.java:528)
   at com.junichi11.netbeans.modules.github.issues.repository.GitHubRepository.getIssues(GitHubRepository.java:502)
   at com.junichi11.netbeans.modules.github.issues.repository.GitHubRepository.simpleSearch(GitHubRepository.java:782)
   at com.junichi11.netbeans.modules.github.issues.repository.GitHubRepositoryProvider.simpleSearch(GitHubRepositoryProvider.java:116)
Comment 1 javydreamercsw 2017-06-28 16:04:50 UTC
Created attachment 164649 [details]
stacktrace