Update develpers folder contents

This commit is contained in:
Richard Cordovano 2017-11-15 09:41:08 -05:00
parent 6d23931448
commit 16abf6bf4c
94 changed files with 8 additions and 110 deletions

View File

@ -1,3 +1,6 @@
CURRENTLY NOT WORKING for NETBEANS IDE 8.2,
NETBEANS BUG REPORT: https://netbeans.org/bugzilla/show_bug.cgi?id=271811
Common NetBeans IDE settings for the Autopsy project are stored here. Common NetBeans IDE settings for the Autopsy project are stored here.
All contributors are kindly asked to use these settings. All contributors are kindly asked to use these settings.
@ -7,11 +10,11 @@ Select Options to Import dialog. Push the Browse... button to pop up a file
chooser. Select ~\autopsy\developers\netbeans_ide_formatting_settings.zip. chooser. Select ~\autopsy\developers\netbeans_ide_formatting_settings.zip.
NetBeans IDE will require a restart for the settings to take effect. Formatting NetBeans IDE will require a restart for the settings to take effect. Formatting
can be done by selecting Source, Format (Alt + Shift + F). can be done by selecting Source, Format (Alt + Shift + F).
2. To make Java code hygiene hints (lint) settings, copy the entire contents of 2. To make Java code hygiene hints (lint) settings, select Tools,
~\autopsy\developers\netbeans_ide_java_hint_settings to the hint/default Options, Editor tab, Hints tab. Push the Import... button to pop up the
subdirectory of your user settings directory for the IDE. For Windows, this is Select Options to Import dialog. Push the Browse... button to pop up a file
~\AppData\Roaming\NetBeans\8.2\config\Preferences\org\netbeans\modules\java\hints chooser. Select ~\autopsy\developers\netbeans_ide_editor_settings.zip.
\default. Restart the IDE. NetBeans IDE will require a restart for the settings to take effect

Binary file not shown.

View File

@ -1,4 +0,0 @@
catch.common=true
catch.umbrella=false
catch.umbrella.types=java.io.IOException, java.sql.SqlException
enabled=true

View File

@ -1,4 +0,0 @@
also-with-underscores=false
size-binary=4
size-decimal=3
size-hexadecimal=4

View File

@ -1,5 +0,0 @@
immutableClasses=
maxLength=35
minLength=0
namePattern=[A-Z]([A-Z\\d_]*[A-Z\\d])?
onlyCheckImmutables=true