Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup and restore network #1439

Merged
merged 5 commits into from
Dec 7, 2024

Minor updates following comments

109d174
Select commit
Loading
Failed to load commit list.
Merged

Backup and restore network #1439

Minor updates following comments
109d174
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 5, 2024 in 5s

7 new alerts

New alerts in code changed by this pull request

  • 5 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 150 in com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java

See this annotation in the file changed.

Code scanning / CodeQL

Potential input resource leak Warning

This FileInputStream is not always closed on method exit.

Check warning on line 165 in com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java

See this annotation in the file changed.

Code scanning / CodeQL

Potential output resource leak Warning

This FileOutputStream is not always closed on method exit.

Check warning on line 186 in com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java

See this annotation in the file changed.

Code scanning / CodeQL

Potential output resource leak Warning

This FileOutputStream is not always closed on method exit.

Check warning on line 204 in com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java

See this annotation in the file changed.

Code scanning / CodeQL

Potential output resource leak Warning

This FileOutputStream is not always closed on method exit.

Check warning on line 221 in com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java

See this annotation in the file changed.

Code scanning / CodeQL

Potential input resource leak Warning

This FileInputStream is not always closed on method exit.

Check notice on line 70 in com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee/ZigBeeBackupManager.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'uuid' is never used.

Check notice on line 111 in com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee/transport/ZigBeeTransportTransmit.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'networkAddress' is never used.