差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
pd:tasks [2020/02/21 11:14]
tony
pd:tasks [2020/08/30 22:47]
tony [已完成]
行 21: 行 21:
   * 2020-02-17 Effective Java - Synchronize access to shared mutable data [[java:​effective_java:​concurrency:​synchronize_access_to_shared_mutable_data|link]]   * 2020-02-17 Effective Java - Synchronize access to shared mutable data [[java:​effective_java:​concurrency:​synchronize_access_to_shared_mutable_data|link]]
   * 2020-02-21 Setup IPv6 DHCP Server on CentOS7 [[linux:​commonsetting:​dhcp:​setup_ipv6_dhcp_on_centos7|link]]   * 2020-02-21 Setup IPv6 DHCP Server on CentOS7 [[linux:​commonsetting:​dhcp:​setup_ipv6_dhcp_on_centos7|link]]
 +  * 2020-04-25 Code Coverage With PowerMock on static method [[java:​junit:​powermockito:​code_coverage_with_powermock_on_static_method|link]]
 +  * 2020-05-02 JUnit4 : TemporaryFolder Rule [[java:​junit4:​rules:​temporaryfolder|link]]
 +  * 2020-07-25 SonarLint | Eclipse HelloWorld [[java:​sonarlint:​eclipse_hellow_world|link]]
 +  * 2020-08-01 SonarLint | Return of boolean expressions should not be wrapped into an "​if-then-else"​ statement (java:​S1126) [[java:​sonarlint:​fixcodesmell:​s1126|link]]
 +  * 2020-08-01 SonarLint | How to filter folder or files in Eclipse? [[java:​sonarlint:​eclipse_filter_configs:​filter_folder_or_files|link]]
 +  * 2020-08-02 SonarLint | How to filter issues by description?​ [[java:​sonarlint:​eclipse_filter_configs:​filter_by_issue_desc|link]]
 +  * 2020-08-02 SonarLint | How to sort or group issues by severity? [[java:​sonarlint:​eclipse_filter_configs:​sortorgroup_by_severity|link]]
 +  * 2020-08-02 SonarLint [[java:​sonarlint:​fixcodesmell:​s2178|S2178]] [[java:​sonarlint:​fixbug:​s2095|S2095]] [[java:​sonarlint:​fixbug:​s2275|S2275]] [[java:​sonarlint:​fixvulnerability:​s2755|S2755]] [[java:​sonarlint:​fixcodesmell:​s128|S128]]
 +  * 2020-08-02 SpotBugs plugin - Find Security Bugs [[java:​findbug:​plugins:​find-sec-bugs|link]]
 +  * 2020-08-03 SonarLint [[java:​sonarlint:​fixcodesmell:​s3973|S3973]] [[java:​sonarlint:​fixcodesmell:​s2131|S2131]]
 +  * 2020-08-04 Effective Java - Override clone judiciously [[java:​effective_java:​methods_common_to_all_objects:​override_clone_judiciously|link]]
 +  * 2020-08-05 SonarLint [[java:​sonarlint:​fixcodesmell:​s2696|S2696]]
 +  * 2020-08-08 Effective Java - Avoid excessive synchronization [[java:​effective_java:​concurrency:​avoid_excessive_synchronization|link]]
 +  * 2020-08-08 SonarLint [[java:​sonarlint:​fixvulnerability:​s4423|S4423]]
 +  * 2020-08-12 Net-SNMP with SNMPv3 Trap [[snmp:​snmptrap:​net-snmp_with_snmpv3trap|link]]
 +  * 2020-08-16 Effective Java - Don’t depend on the thread scheduler [[java:​effective_java:​concurrency:​dont_depend_on_the_thread_scheduler|link]]
 +  * 2020-08-17 Effective Java - Prefer executors, tasks, and streams to threads [[java:​effective_java:​concurrency:​prefer_executors_tasks_and_streams_to_threads|link]]
 +  * 2020-08-30 Effective Java - Return empty collections or arrays, not nulls [[java:​effective_java:​methods:​return_empty_collections_or_arrays_not_nulls|link]]