ASF Bugzilla – Attachment 32348 Details for
Bug 57417
Remove unused method isTemporary in NullProperty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove unused method isTemporary from NullProperty
0001-Remove-unused-method-isTemporary-from-NullProperty.patch (text/plain), 1.11 KB, created by
Felix Schumacher
on 2015-01-06 15:07:01 UTC
(
hide
)
Description:
Remove unused method isTemporary from NullProperty
Filename:
MIME Type:
Creator:
Felix Schumacher
Created:
2015-01-06 15:07:01 UTC
Size:
1.11 KB
patch
obsolete
>From b3e6d18d78c3d4df1cf6f16b0fa8192cfb6eab6e Mon Sep 17 00:00:00 2001 >From: Felix Schumacher <felix.schumacher@internetallee.de> >Date: Tue, 6 Jan 2015 16:00:35 +0100 >Subject: [PATCH] Remove unused method isTemporary from NullProperty > >--- > .../org/apache/jmeter/testelement/property/NullProperty.java | 10 ---------- > 1 file changed, 10 deletions(-) > >diff --git a/src/core/org/apache/jmeter/testelement/property/NullProperty.java b/src/core/org/apache/jmeter/testelement/property/NullProperty.java >index bf352cf..6ea1180 100644 >--- a/src/core/org/apache/jmeter/testelement/property/NullProperty.java >+++ b/src/core/org/apache/jmeter/testelement/property/NullProperty.java >@@ -70,16 +70,6 @@ public final class NullProperty extends AbstractProperty { > } > > /** >- * see JMeterProperty#isTemporary(TestElement) >- * <p>TODO seems to be a relic from the past. >- * @param owner IGNORED >- * @return always <code>true</code> >- */ >- public boolean isTemporary(TestElement owner) { >- return true; >- } >- >- /** > * @see JMeterProperty#mergeIn(JMeterProperty) > */ > @Override >-- >1.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57417
: 32348