From commits-return-14793-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Mon Feb 18 16:06:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 99E94180647 for ; Mon, 18 Feb 2019 17:06:04 +0100 (CET) Received: (qmail 85376 invoked by uid 500); 18 Feb 2019 16:06:03 -0000 Mailing-List: contact commits-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@netbeans.apache.org Received: (qmail 85367 invoked by uid 99); 18 Feb 2019 16:06:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2019 16:06:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 661E9C030F for ; Mon, 18 Feb 2019 16:06:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xgtDHlDZzja5 for ; Mon, 18 Feb 2019 16:06:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 750875FBC0 for ; Mon, 18 Feb 2019 16:06:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BA4B2E0D27 for ; Mon, 18 Feb 2019 16:06:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4520824501 for ; Mon, 18 Feb 2019 16:06:00 +0000 (UTC) Date: Mon, 18 Feb 2019 16:06:00 +0000 (UTC) From: =?utf-8?Q?Bj=C3=B6rn_Raupach_=28JIRA=29?= To: commits@netbeans.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NETBEANS-2135) False positive error messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bj=C3=B6rn Raupach created NETBEANS-2135: --------------------------------------- Summary: False positive error messages Key: NETBEANS-2135 URL: https://issues.apache.org/jira/browse/NETBEANS-2135 Project: NetBeans Issue Type: Bug Affects Versions: 10.0 Environment: Apache NetBeans IDE 10.0 (Build incubator-netbeans-re= lease-380-on-20181217) OpenJDK Runtime Environment 11.0.2+7 Reporter: Bj=C3=B6rn Raupach I am experiencing false positive parser error messages in the Java editor w= hen working on a Java Maven project. I can check out the project, compile it and run alle=C2=A0Unit tests, but t= he editor lists many errors.=C2=A0 * modules are not supported in -source 8 (use -source 9 or higher to enabl= e modules) * package X=C2=A0does not exist * cannot access java.lang Fatal Error: Unable to find java.lang in classpa= th or bootclasspath * cannot find symbol It is easy to reproduce. Just check out the GitHub project ThreeTen-Extra a= nd open the directory with NetBeans. Here is the link to the original GitHub issue:=C2=A0https://github.com/Thre= eTen/threeten-extra/issues/124 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org For additional commands, e-mail: commits-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists