Bug 57417 - Remove unused method isTemporary in NullProperty
Summary: Remove unused method isTemporary in NullProperty
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-06 15:07 UTC by Felix Schumacher
Modified: 2015-01-06 15:57 UTC (History)
0 users



Attachments
Remove unused method isTemporary from NullProperty (1.11 KB, patch)
2015-01-06 15:07 UTC, Felix Schumacher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Schumacher 2015-01-06 15:07:01 UTC
Created attachment 32348 [details]
Remove unused method isTemporary from NullProperty

There is a leftover method isTemporary in the class NullProperty. This seems to be a leftover from a refactoring from 2003, when the method was removed from the interface JMeterProperty.

See also discussion on the mailing list http://mail-archives.apache.org/mod_mbox/jmeter-dev/201412.mbox/%3C549ABE91.1040701@internetallee.de%3E
Comment 1 Felix Schumacher 2015-01-06 15:57:20 UTC
Date: Tue Jan  6 15:56:21 2015
New Revision: 1649845

URL: http://svn.apache.org/r1649845
Log:
Remove unused method isTemporary from NullProperty. The method was a leftover from some refactoring done in 2003.
Bugzilla Id: 57417

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testelement/property/NullProperty.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:58 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3511