You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'getSplitOffsetPercent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsCellFlyStem' final or making the method 'getSplitOffsetPercent' static/final/abstract/empty, or adding allowed annotation for the method.
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'getSplitDirection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsCellFlyStem' final or making the method 'getSplitDirection' static/final/abstract/empty, or adding allowed annotation for the method.
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'getVoxelGroupSelectionProbability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsCellFlyStem' final or making the method 'getVoxelGroupSelectionProbability' static/final/abstract/empty, or adding allowed annotation for the method.
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'makeDaughterCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsCellFlyStem' final or making the method 'makeDaughterCell' static/final/abstract/empty, or adding allowed annotation for the method.