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.

Bug 230767 - com.sun.tools.javac.jvm.ClassReader$BadClassFile: bad class file: package-info.class class file contains wrong class: java.lang.AbstractMethodError Please remove or make sure it appears in the cor
Summary: com.sun.tools.javac.jvm.ClassReader$BadClassFile: bad class file: package-inf...
Status: RESOLVED DUPLICATE of bug 151419
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 08:43 UTC by zdenek.rod
Modified: 2013-06-17 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187413


Attachments
stacktrace (9.04 KB, text/plain)
2013-06-05 08:43 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2013-06-05 08:43:43 UTC
This bug was originally marked as duplicate of bug 151419, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-11072-on-20130604)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
zdenek.rod: I run clean and build on maven project.

GUEST: Clean and Build of a maven project.

GUEST: building the project




Stacktrace: 
com.sun.tools.javac.jvm.ClassReader$BadClassFile: bad class file: package-info.class
  class file contains wrong class: java.lang.AbstractMethodError
  Please remove or make sure it appears in the correct subdirectory of the classpath.
   at com.sun.tools.javac.jvm.ClassReader.badClassFile(ClassReader.java:353)
   at com.sun.tools.javac.jvm.ClassReader.readClass(ClassReader.java:2185)
   at com.sun.tools.javac.jvm.ClassReader.readClassFile(ClassReader.java:2296)
   at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2518)
   at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:2438)
   at com.sun.tools.javac.code.Symbol.complete(Symbol.java:437)
Comment 1 zdenek.rod 2013-06-05 08:43:45 UTC
Created attachment 135363 [details]
stacktrace
Comment 2 Jan Lahoda 2013-06-17 09:03:05 UTC
Any way for us to reproduce? Thanks.

*** This bug has been marked as a duplicate of bug 151419 ***