This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 44381
Collapse All | Expand All

(-)src/org/netbeans/api/java/queries/SourceLevelQuery.java (-3 lines)
Lines 43-45 Link Here
43
        if (javaFile.isFolder()) {
44
            throw new IllegalArgumentException("Not a file: " + javaFile); // NOI18N
45
        }

Return to bug 44381