https://bz.apache.org/bugzilla/show_bug.cgi?id=60124

Mingun <alexander_ser...@mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |---
             Status|RESOLVED                    |REOPENED

--- Comment #2 from Mingun <alexander_ser...@mail.ru> ---
Unless it is not the bug tracker of the JMeter project? If it not here, then
where? The link (http://jmeter.apache.org/issues.html) from the official site
of JMeter carries here.

The bug in the JMeter code because my class differs in nothing from the similar
 JMeter class `org.apache.jmeter.config.Argument`, but with this class there is
no such problem for some reason. Anyway, `ClassCastException` arises in JMeter
and shall be fixed, not very well what reasons lead to it. If I somehow
incorrectly implemented my class, then there shall be or a compilation error
(preferably) or at least a distinct message in runtime how to correct implement
my class (should I implement some interface? Or add some annotation?).

Earlier I said that with my class `Refine` the problem isn't reproduced. I was
mistaken. The problem is reproduced always with any collections in my samplers,
but for some reason only on Ubuntu. On Windows I can't reproduce it. Perhaps, a
problem in various JDK. On Monday I will look what JDK is used on Ubuntu and
create a small demo project with problem demonstration.

On Windows machine:
----------------------------------------------------------------
$ java -version
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
----------------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to