Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2020-01-08 15:37:51 +0000
committerBJ Hargrave2020-01-09 17:28:16 +0000
commit7a2481aa40b36addd5c4cc10464c8637e0ae7e87 (patch)
tree341f5d7ccf265ab9aa3fb758ccb70f5f24862ccd /bundles/org.eclipse.osgi.compatibility.state
parentde6e9eae35ff654ad1be04114f98b7f279b3ffcd (diff)
downloadrt.equinox.framework-7a2481aa40b36addd5c4cc10464c8637e0ae7e87.tar.gz
rt.equinox.framework-7a2481aa40b36addd5c4cc10464c8637e0ae7e87.tar.xz
rt.equinox.framework-7a2481aa40b36addd5c4cc10464c8637e0ae7e87.zip
filter: Improvements to FilterImpl
The implementation is updated to better exploit the String type of value. We don't need to pass it as a parameter since it is a final field in the object. We also don't need to cast it to String since it is already known to be a String. This then leads to refactoring of the FilterImpl sub-type hierarchy. Change-Id: I57c94dd772f776fb6d7cbbbc12eb3d3f129c6386 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state')
0 files changed, 0 insertions, 0 deletions

Back to the top