Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Error in BugzillaClientFactory.createClient()
Error in BugzillaClientFactory.createClient() [message #53816] Mon, 21 July 2008 10:29
Eclipse UserFriend
Originally posted by: michal351.wp.pl

Hi
I'm trying get bug, Can somebody tell me how to do this.

When i read the data of the repository, i get
error NullPointerException in BugzillaClientFactory.createClient()



repository = new TaskRepository(BugzillaCorePlugin.CONNECTOR_KIND,
"https://bugs.eclipse.org/bugs");

connector = new BugzillaRepositoryConnector();

handler = connector.getTaskDataHandler();

TaskData taskdata = null;

taskdata = connector.getTaskData(repository, "12345", new
NullProgressMonitor());
Previous Topic:Mylyn 3.0.1 cannot view taskList
Next Topic:Web Templates Connector with BASIC Authentication
Goto Forum:
  


Current Time: Sat Apr 27 03:23:44 GMT 2024

Powered by FUDForum. Page generated in 0.02441 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top