Skip to content

Instantly share code, notes, and snippets.

@jfuerth
Created November 20, 2012 19:34
Show Gist options
  • Save jfuerth/4120466 to your computer and use it in GitHub Desktop.
Save jfuerth/4120466 to your computer and use it in GitHub Desktop.
[INFO] Validating units:
[INFO] Errors in 'org/uberfire/backend/util/LoggingHelper.java'
[INFO] Line 27: No source code is available for type org.slf4j.Logger; did you forget to inherit a required module?
[INFO] Line 44: No source code is available for type org.slf4j.LoggerFactory; did you forget to inherit a required module?
[INFO] Errors in 'org/uberfire/java/nio/fs/base/AbstractPath.java'
[INFO] Line 46: No source code is available for type java.util.regex.Pattern; did you forget to inherit a required module?
[INFO] Line 69: The method getAbsolutePath() is undefined for the type File
[INFO] Line 219: The constructor URI(String, String, String, null) is undefined
[INFO] Line 225: The constructor URI(String, String, String, null) is undefined
[INFO] Line 244: No source code is available for type org.apache.commons.io.FilenameUtils; did you forget to inherit a required module?
[INFO] Line 244: The method normalize(String) in the type FilenameUtils is not applicable for the arguments (String, boolean)
[INFO] Line 257: The method normalize(String) in the type FilenameUtils is not applicable for the arguments (String, boolean)
[INFO] Line 265: The constructor File(String) is undefined
[INFO] Line 329: The method normalize(String) in the type FilenameUtils is not applicable for the arguments (String, boolean)
[INFO] Line 380: No source code is available for type org.kie.commons.validation.Preconditions; did you forget to inherit a required module?
[INFO] Errors in 'org/uberfire/java/nio/fs/base/GeneralFileAttributes.java'
[INFO] Line 38: The method lastModified() is undefined for the type File
[INFO] Line 39: The method isFile() is undefined for the type File
[INFO] Line 40: The method isDirectory() is undefined for the type File
[INFO] Line 41: The method isHidden() is undefined for the type File
[INFO] Line 42: The method canExecute() is undefined for the type File
[INFO] Line 43: The method canRead() is undefined for the type File
[INFO] Line 84: The method length() is undefined for the type File
[INFO] Errors in 'org/uberfire/java/nio/fs/base/GeneralPathImpl.java'
[INFO] Line 42: No source code is available for type java.util.regex.Matcher; did you forget to inherit a required module?
[INFO] Line 73: The constructor File(String) is undefined
[INFO] Line 73: The method getAbsolutePath() is undefined for the type File
[INFO] Line 80: The constructor File(String) is undefined
[INFO] Line 80: The method getAbsolutePath() is undefined for the type File
[INFO] Removing invalidated units
[INFO] Compilation unit 'org/uberfire/java/nio/fs/base/GeneralFileAttributeView.java' is removed due to invalid reference(s):
[INFO] org.uberfire.java.nio.fs.base.GeneralFileAttributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment