MantisBT - VTK
View Issue Details
0007886VTK(No Category)public2008-10-29 10:302016-08-12 09:55
dbarbier 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0007886: [VTK Java] Improve Print() to help debugging
Hi,

In C++, Print() starts by printing class name and address, which is very
useful when debugging.
When called from Java, these informations about native objects are not as
useful, we are more interested in Java objects.
Here is a tested patch (against VTK 5.2 branch) to add them.
No tags attached.
patch printJava.patch (654) 2008-10-29 10:30
https://www.vtk.org/Bug/file/6811/printJava.patch
patch printJavaWithoutBrackets.patch (647) 2008-11-03 02:56
https://www.vtk.org/Bug/file/6821/printJavaWithoutBrackets.patch
Issue History
2008-10-29 10:30dbarbierNew Issue
2008-10-29 10:30dbarbierFile Added: printJava.patch
2008-11-03 02:56dbarbierFile Added: printJavaWithoutBrackets.patch
2008-11-03 02:57dbarbierNote Added: 0014009
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037037
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0014009)
dbarbier   
2008-11-03 02:57   
Brackets are used when printing arrays, thus it is better to remove them
from my patch, please apply the 2nd one.
(0037037)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.