Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Total number of occurrences
@deprecated 2
@todo 0
@tune 0
FIXME 2
TODO 56
TUNE 13

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 2

org.jcurl.core.ui.FixpointZoomer Line
Can we get rid of this? 33
org.jcurl.core.ui.Zoomer Line
Can we get rid of this? 29

FIXME

Number of occurrences found in the code: 2

org.jcurl.core.impl.CurveManager Line
currently use ONLY Bisection. collissionDetector = new BisectionCollissionDetector(); 341
org.jcurl.core.swing.TrajectoryDisplay Line
this.setPos((PositionSet) tmp); 329

TODO

Number of occurrences found in the code: 56

org.apache.commons.math.analysis.FunctionBridgeTest Line
throw new DifferentiationException(); 107
throw new DifferentiationException(); 114
org.jcurl.core.api.RockSet Line
getClass http://www.angelikalanger.com/Articles/JavaSpektrum/02.Equals-Part2/02.Equals2.html 176
org.jcurl.core.helpers.AgeCacheMap Line
if ret != null remove from list. 175
org.jcurl.core.helpers.XmlSerializerBase Line
keep track of current mappings 158
allow multiple changes at once 159
keep track of changing namespace prefixes 257
handle attribute namespaces right 258
allow multiple changes at once 284
org.jcurl.core.helpers.XmlSimpleWriter Line
keep track of current mappings 233
allow multiple changes at once 234
keep track of changing namespace prefixes 358
handle attribute namespaces right 359
allow multiple changes at once 403
org.jcurl.core.impl.ColliderBase Line
Maybe thios should operate on {@link Rock}s rather than {@link Point2D}s? 65
org.jcurl.core.impl.CollissionSpinLoss Line
Auto-generated method stub 124
org.jcurl.core.impl.CurveManager Line
re-work the whole computation/update strategy to reduce the number of curves recomputed for free rocks' moves. </p> 57
find the first collission with this (old) curve involved from the collissionstore. 307
find the first collission with this (new) curve involved. 310
if none -> return 312
clear the collissionstore/curvestore until the earlier of the two 314
org.jcurl.core.jnlp.FileDialogSwing Line
fo.write(arg0) 124
org.jcurl.core.swing.CurvePainter Line
Remove factor - typically 1. 116
Remove factor - typically 1. 163
org.jcurl.core.ui.DefaultBroomPromptModel Line
Auto-generated method stub 52
Auto-generated method stub 115
org.jcurl.core.ui.JCUndoManager Line
check size / trim 53
care about the return value 54
Auto-generated method stub 63
Auto-generated method stub 69
Auto-generated method stub 75
Auto-generated method stub 81
Auto-generated method stub 87
Auto-generated method stub 93
Auto-generated method stub 99
Auto-generated method stub 105
Auto-generated method stub 111
Auto-generated method stub 117
Auto-generated method stub 123
Auto-generated method stub 129
Auto-generated method stub 135
Auto-generated method stub 141
Auto-generated method stub 147
Auto-generated method stub 153
Auto-generated method stub 159
Auto-generated method stub 165
Auto-generated method stub 171
Auto-generated method stub 177
org.jcurl.core.ui.TaskExecutor Line
Execute in a single threaded executor but remove duplicates from the queue. 156
org.jcurl.math.NaturalShaper Line
Put the management logic from {@link GenTrajectoryFactory#refresh(Iterator, boolean, double, double, Object)} here. 57
org.jcurl.math.ShaperUtils Line
maybe re-use endpoint location and velocity. This can cause pain at C1 discontinuous t's (collissions). </p> <h3><a href="http://en.wikipedia.org/wiki/Maxima_(software)">Maxima</a> Solution</h3> 72
maybe re-use endpoint location and velocity. This can cause pain at C1 discontinuous t's (collissions). </p> 390
maybe re-use endpoint location and velocity. This can cause pain at C1 discontinuous t's (collissions). </p> <h3><a href="http://en.wikipedia.org/wiki/Maxima_(software)">Maxima</a> Solution</h3> 417
org.jcurl.math.dom.CurveDom Line
compute and store the derivatives 94
org.jscience.mathematics.function.FunctionTest Line
do the differentiation once and for all? 173
rather inspect the really existing Variables? 177

TUNE

Number of occurrences found in the code: 13

org.jcurl.core.api.MutableObject Line
cache! */ 71
org.jcurl.core.api.Rock Line
jdk 1.6 brings a non-trigonometric rotate! 172
org.jcurl.core.impl.BisectionCollissionDetector Line
test only rocks really in motion 117
org.jcurl.core.impl.ColliderBase Line
Parallel 113
org.jcurl.core.impl.CurveManager Line
2x sqrt, 2x atan2 to 1x each? 119
Parallel 149
Parallel 159
Parallel 181
Parallel initial curves: 269
Parallel 278
org.jcurl.core.impl.CurveStoreImpl Line
save one instanciation? 76
org.jcurl.core.impl.StoredTrajectorySet Line
Parallel 62
org.jcurl.math.MathVec Line
JDK 1.6 brings an optimized {@link AffineTransform#rotate(double)} 202