mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7299 from APriestman/7964_doxygenWarnings
7964 Fix doxygen warnings
This commit is contained in:
commit
6bb4d4e310
@ -97,7 +97,6 @@ public final class OtherOccurrences {
|
|||||||
* find all artifact instances correlated to the given central repository
|
* find all artifact instances correlated to the given central repository
|
||||||
* artifact.
|
* artifact.
|
||||||
*
|
*
|
||||||
* @param file The current file.
|
|
||||||
* @param deviceId The device ID for the current data source.
|
* @param deviceId The device ID for the current data source.
|
||||||
* @param dataSourceName The name of the current data source.
|
* @param dataSourceName The name of the current data source.
|
||||||
* @param corAttr CorrelationAttribute to query for
|
* @param corAttr CorrelationAttribute to query for
|
||||||
@ -245,7 +244,6 @@ public final class OtherOccurrences {
|
|||||||
* Create a cvs file of occurrences for the given parameters.
|
* Create a cvs file of occurrences for the given parameters.
|
||||||
*
|
*
|
||||||
* @param destFile Output file for the csv data.
|
* @param destFile Output file for the csv data.
|
||||||
* @param abstractFile Source file.
|
|
||||||
* @param correlationAttList List of correclationAttributeInstances, should
|
* @param correlationAttList List of correclationAttributeInstances, should
|
||||||
* not be null.
|
* not be null.
|
||||||
* @param dataSourceName Name of the data source.
|
* @param dataSourceName Name of the data source.
|
||||||
|
@ -94,13 +94,13 @@ public class CorrelationAttributeUtil {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes zero to many correlation attribute instances from the attributes of
|
* Makes zero to many correlation attribute instances from the attributes of
|
||||||
* content objects that have correlatable data. The intention of this method
|
* abstract file objects that have correlatable data. The intention of this method
|
||||||
* is to use the results to save to the CR, not to correlate with them. If
|
* is to use the results to save to the CR, not to correlate with them. If
|
||||||
* you want to correlate, please use makeCorrAttrsForSearch. An artifact
|
* you want to correlate, please use makeCorrAttrsForSearch. An artifact
|
||||||
* that can have correlatable data != An artifact that should be the source
|
* that can have correlatable data != An artifact that should be the source
|
||||||
* of data in the CR, so results may be un-necessarily incomplete.
|
* of data in the CR, so results may be un-necessarily incomplete.
|
||||||
*
|
*
|
||||||
* @param content A Content object.
|
* @param file A AbstractFile object.
|
||||||
*
|
*
|
||||||
* @return A list, possibly empty, of correlation attribute instances for
|
* @return A list, possibly empty, of correlation attribute instances for
|
||||||
* the content.
|
* the content.
|
||||||
@ -324,7 +324,6 @@ public class CorrelationAttributeUtil {
|
|||||||
* Makes a correlation attribute instance from a phone number attribute of
|
* Makes a correlation attribute instance from a phone number attribute of
|
||||||
* an artifact.
|
* an artifact.
|
||||||
*
|
*
|
||||||
* @param corrAttrInstances Correlation attributes will be added to this.
|
|
||||||
* @param artifact An artifact with a phone number attribute.
|
* @param artifact An artifact with a phone number attribute.
|
||||||
* @param attributes List of attributes.
|
* @param attributes List of attributes.
|
||||||
*
|
*
|
||||||
@ -423,7 +422,6 @@ public class CorrelationAttributeUtil {
|
|||||||
* Makes a correlation attribute instance from a specified attribute of an
|
* Makes a correlation attribute instance from a specified attribute of an
|
||||||
* artifact. The correlation attribute instance is added to an input list.
|
* artifact. The correlation attribute instance is added to an input list.
|
||||||
*
|
*
|
||||||
* @param corrAttrInstances A list of correlation attribute instances.
|
|
||||||
* @param artifact An artifact.
|
* @param artifact An artifact.
|
||||||
* @param artAttrType The type of the attribute of the artifact that
|
* @param artAttrType The type of the attribute of the artifact that
|
||||||
* is to be made into a correlation attribute
|
* is to be made into a correlation attribute
|
||||||
@ -459,7 +457,6 @@ public class CorrelationAttributeUtil {
|
|||||||
* Makes a correlation attribute instance from a specified attribute of an
|
* Makes a correlation attribute instance from a specified attribute of an
|
||||||
* artifact. The correlation attribute instance is added to an input list.
|
* artifact. The correlation attribute instance is added to an input list.
|
||||||
*
|
*
|
||||||
* @param corrAttrInstances A list of correlation attribute instances.
|
|
||||||
* @param artifact An artifact.
|
* @param artifact An artifact.
|
||||||
* @param artAttrType The type of the attribute of the artifact that
|
* @param artAttrType The type of the attribute of the artifact that
|
||||||
* is to be made into a correlation attribute
|
* is to be made into a correlation attribute
|
||||||
|
@ -218,6 +218,7 @@ public final class CaseEventListener implements PropertyChangeListener {
|
|||||||
/**
|
/**
|
||||||
* Sets the known status of a blackboard artifact in the central repository.
|
* Sets the known status of a blackboard artifact in the central repository.
|
||||||
*
|
*
|
||||||
|
* @param dbManager The central repo database.
|
||||||
* @param bbArtifact The blackboard artifact to set known status.
|
* @param bbArtifact The blackboard artifact to set known status.
|
||||||
* @param knownStatus The new known status.
|
* @param knownStatus The new known status.
|
||||||
*/
|
*/
|
||||||
|
@ -1229,6 +1229,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
|
|||||||
*
|
*
|
||||||
* @param node The node.
|
* @param node The node.
|
||||||
* @param osAccount The os account.
|
* @param osAccount The os account.
|
||||||
|
* @param hosts List of hosts.
|
||||||
*
|
*
|
||||||
* @return The parent list node of the os account if found or empty if not.
|
* @return The parent list node of the os account if found or empty if not.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user