bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12298: 24.2; wrong font locking for < in comments


From: Stefan Kangas
Subject: bug#12298: 24.2; wrong font locking for < in comments
Date: Sun, 6 Oct 2019 13:53:32 +0200

found 12298 27.0.50
thanks

Leo <sdl.web@gmail.com> writes:

> GNU Emacs 24.2.1 (i386-apple-darwin12.1.0, Carbon Version 1.6.0 AppKit 1187)
>  of 2012-08-27
>
> Open the attached k.java file and see the 4 <'s fontified in warning
> face.
>
> /**
>  * Returns a new object with cropped image data. Implementations may keep a 
> reference to the
>  * original data rather than a copy. Only callable if isCropSupported() is 
> true.
>  *
>  * @param left The left coordinate, 0 <= left < getWidth().
>  * @param top The top coordinate, 0 <= top <= getHeight().
>  * @param width The width of the rectangle to crop.
>  * @param height The height of the rectangle to crop.
>  * @return A cropped version of this object.
>  */
> public LuminanceSource crop(int left, int top, int width, int height) {
>     throw new UnsupportedOperationException("This luminance source does not 
> support cropping.");
> }

I can reproduce this on current master.

Best regards,
Stefan Kangas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]