Update contents of developers directory

This commit is contained in:
Richard Cordovano 2017-05-09 17:02:53 -04:00
parent dd96eb7718
commit e0a9dbb975
95 changed files with 123 additions and 0 deletions

18
developers/README.txt Executable file
View File

@ -0,0 +1,18 @@
Common NetBeans IDE settings for the Autopsy project are stored here.
All contributors are kindly asked to use these settings.
1. To make Java code formatting (pretty-printing) settings, select Tools,
Options, Editor tab, Formatting tab. Push the Import... button to pop up the
Select Options to Import dialog. Push the Browse... button to pop up a file
chooser. Select ~\autopsy\developers\netbeans_ide_formatting_settings.zip.
NetBeans IDE will require a restart for the settings to take effect. Formatting
can be done by selecting Source, Format (Alt + Shift + F).
2. To make Java code hygiene hints (lint) settings, copy the entire contents of
~\autopsy\developers\netbeans_ide_java_hint_settings to the hint/default
subdirectory of your user settings directory for the IDE. For Windows, this is
~\AppData\Roaming\NetBeans\8.2\config\Preferences\org\netbeans\modules\java\hints
\default. Restart the IDE.

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=true

View File

@ -0,0 +1 @@
enabled=false

View File

@ -0,0 +1,2 @@
enabled=true
groups=x, width|y, height

View File

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

View File

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

View File

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