sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07720
[Bug 907726] [NEW] Null pointer exception on reading text from a region [Java]
Public bug reported:
In all versions of 1.0 of Sikuli on Windows and Mac a Null pointer
exception is thrown when used within testing frameworks that implement
their own classloader.
Fix: Update https://github.com/sikuli/sikuli/blob/develop/sikuli-script/src/main/java/org/sikuli/script/ResourceExtractor.java, Line 17 from:
ClassLoader cl = ClassLoader.getSystemClassLoader();
to
ClassLoader cl = ResourceExtractor.class.getClassLoader();
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/907726
Title:
Null pointer exception on reading text from a region [Java]
Status in Sikuli:
New
Bug description:
In all versions of 1.0 of Sikuli on Windows and Mac a Null pointer
exception is thrown when used within testing frameworks that implement
their own classloader.
Fix: Update https://github.com/sikuli/sikuli/blob/develop/sikuli-script/src/main/java/org/sikuli/script/ResourceExtractor.java, Line 17 from:
ClassLoader cl = ClassLoader.getSystemClassLoader();
to
ClassLoader cl = ResourceExtractor.class.getClassLoader();
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/907726/+subscriptions
Follow ups
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2013-08-14
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2013-05-04
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2013-02-21
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2013-02-21
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2013-02-21
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2013-02-21
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2012-11-02
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2012-11-02
-
[Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed
From: RaiMan, 2011-12-22
-
[Bug 907726] Re: Null pointer exception on reading text from a region [Java]
From: Lex Sayle, 2011-12-22
-
[Bug 907726] [NEW] Null pointer exception on reading text from a region [Java]
From: Lex Sayle, 2011-12-22
References