﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
21995	Plugin build error - exception in javac	stoecker	team	"Build plugins fails for at least 2 plugins with following error:

{{{
    [javac] An exception has occurred in the compiler ((version info not available)). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
    [javac] java.lang.ArrayIndexOutOfBoundsException: 9
    [javac] 	at com.sun.nio.zipfs.ZipConstants.SH(ZipConstants.java:192)
    [javac] 	at com.sun.nio.zipfs.ZipConstants.LG(ZipConstants.java:196)
    [javac] 	at com.sun.nio.zipfs.ZipFileSystem$Entry.readExtra(ZipFileSystem.java:2358)
    [javac] 	at com.sun.nio.zipfs.ZipFileSystem$Entry.cen(ZipFileSystem.java:1959)
    [javac] 	at com.sun.nio.zipfs.ZipFileSystem$Entry.readCEN(ZipFileSystem.java:1927)
    [javac] 	at com.sun.nio.zipfs.ZipFileSystem.getEntry0(ZipFileSystem.java:1375)
    [javac] 	at com.sun.nio.zipfs.ZipFileSystem.getFileAttributes(ZipFileSystem.java:325)
    [javac] 	at com.sun.nio.zipfs.ZipPath.getAttributes(ZipPath.java:723)
    [javac] 	at com.sun.nio.zipfs.ZipFileSystemProvider.readAttributes(ZipFileSystemProvider.java:294)
    [javac] 	at java.nio.file.Files.readAttributes(Files.java:1737)
    [javac] 	at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
    [javac] 	at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
    [javac] 	at java.nio.file.FileTreeWalker.next(FileTreeWalker.java:372)
    [javac] 	at java.nio.file.Files.walkFileTree(Files.java:2706)
}}}

Any idea how to fix this? Doesn't happen on my system with newer java, only with 1.8."	defect	closed	normal		Plugin		fixed		Don-vip taylor.smock
