Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] API Usage Problem: method String.chars() ... is not defined

Finally ran into that. So many little things like this in Oxygen. I am
very worried about the overall quality of it. Please keep your eyes open
for other things so we can try and get them fixed.

Doug.

On 2017-05-26, 8:50 AM, "cdt-dev-bounces@xxxxxxxxxxx on behalf of Jonah
Graham" <cdt-dev-bounces@xxxxxxxxxxx on behalf of jonah@xxxxxxxxxxxxxxxx>
wrote:

>Hi folks,
>
>If you are fully up to date with CDT there is an apparent API error in
>CDT if using Eclipse 4.7 (Oxygen) M7 or RC1.
>
>The method String.chars() referenced in
>org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartitionerEditData.a
>ppend(String,
>IBuildConsoleStreamDecorator, ProblemMarkerInfo) is not defined in the
>bundle's required execution environment: JavaSE-1.8
>BuildConsolePartitionerEditData.java
>
>in /org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole line
>127
>
>This is not a real error as String does have a chars() method. A bug
>has been raised against PDE: https://bugs.eclipse.org/517012
>
>Thanks Marc-Andre for raising the bug.
>
>Jonah
>
>
>
>
>
>
>~~~
>Jonah Graham
>Kichwa Coders Ltd.
>www.kichwacoders.com
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top