View Issue Details

IDProjectCategoryView StatusLast Update
0005727JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterAriochAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.46 
Summary0005727: obsolete class in JvJVCLUtls.pas ?
Descriptionin the file there is this thing:

type
  TAccessReader = class(TReader)
  end;

And i find no use in JVCL sources (did not checked examples though)

i guess it is some remnant of the past ?
Perhaps be dropped better ?
Steps To ReproduceAnd perhaps better be replaced with

type TReaderCracker = class (TReader)
     public property PropName;
end;


This comes handy when in need to dispose of DFM legacy and redundancy
TagsNo tags attached.

Activities

AHUser

2011-11-30 19:44

developer   ~0019167

The TAccessReader class is now removed.

Arioch

2011-11-30 20:06

developer   ~0019168

The following was filled in Eclipse in "Fields to reproduce", seems it is missed from WWW mantis. In general or at least in this beta mantis. At least i could not see it in WWW.

=================

And perhaps better be replaced with

type TReaderCracker = class (TReader)
     public property PropName;
end;


This comes handy when in need to dispose of DFM legacy and redundancy

===============

Whad'ya think ? it is used in my reworked TJvIPAddress of#5716

Issue History

Date Modified Username Field Change
2011-11-29 11:19 Arioch New Issue
2011-11-30 19:44 AHUser Note Added: 0019167
2011-11-30 19:44 AHUser Status new => resolved
2011-11-30 19:44 AHUser Fixed in Version => Daily / SVN
2011-11-30 19:44 AHUser Resolution open => fixed
2011-11-30 19:44 AHUser Assigned To => AHUser
2011-11-30 20:06 Arioch Resolution fixed => reopened
2011-11-30 20:06 Arioch Description Updated
2011-11-30 20:06 Arioch Steps to Reproduce Updated
2011-11-30 20:06 Arioch Note Added: 0019168
2011-11-30 20:06 Arioch Resolution reopened => fixed
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46