Browse Source

Handle callbacks imports better in the parser

Change-Id: Ib561477b4fbb5eeef0fa459a9bf20f7f37720f7b
Reviewed-on: http://gerrit.dmdirc.com/3618
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
changes/18/3618/2
Greg Holmes 10 years ago
parent
commit
3ee6e16fe0
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      nbproject/project.properties

+ 5
- 2
nbproject/project.properties View File

@@ -12,9 +12,12 @@ auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
12 12
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
13 13
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
14 14
 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
15
-auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStarImport=false
16
-auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=1
15
+auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStarImport=true
16
+auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.allowConvertToStaticStarImport=true
17
+auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStarImport=10
18
+auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.countForUsingStaticStarImport=10
17 19
 auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;com.google;com.palantir;java;javax;lombok;net.miginfocom;org;*;static *
20
+auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.packagesForStarImport=com.dmdirc.parser.interfaces.callbacks.*
18 21
 auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
19 22
 build.classes.dir=${build.dir}/classes
20 23
 build.classes.excludes=**/*.java,**/*.form

Loading…
Cancel
Save